Script Objects Script objects are user-defined objects. Table A-7 summarizes the syntax for defining script objects in AppleScript. For more information about script objects, see Chapter 9, "Script Objects." Script objects Script object elementSyntax Script object definitionscript [scriptObjectVariable] [(property | prop) propertyLabel : expression]... [ handlerDefinition ]... [ statement ]...end [ script ] Continue statement (to pass a command to a handler in the parent script object)continue commandStatement